projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f99443
)
(comint-input-autoexpand): Make default nil.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jan 1994 17:12:18 +0000
(17:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jan 1994 17:12:18 +0000
(17:12 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 1073970a5ff53e9b1452f445030b57fbf1bff0ad..992e7a653ae29e53f87192829c4dddc5486f3de4 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-159,7
+159,7
@@
Good choices:
This is a good thing to set in mode hooks.")
-(defvar comint-input-autoexpand
'history
+(defvar comint-input-autoexpand
nil
"*If non-nil, expand input command history references on completion.
This mirrors the optional behavior of tcsh (its autoexpand and histlit).